home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / dobbs / apr95 / stev1t1.gif < prev    next >
Graphics Interchange Format  |  1996-01-09  |  32KB  |  557x149  |  8-bit (103 colors)
Labels: text | screenshot | font
OCR: Iterator State. Meaning Singular The iterator's value does not dereference any object in any container. (The iterator could be uninitialized or set to a logical null value.) Dereferenceable The iterator points to a valid object in the container. Past-the-end The iterator points to the first adjacent object position beyond the last object in the container. Table 1: STL iterator states.